container: Propagate child properties if parent != container
authorTimm Bäder <mail@baedert.org>
Fri, 12 May 2017 09:46:26 +0000 (11:46 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
commit07cbbc6fa9db2a630270d2960d436c0e687a4955
treea19316829520d7d90e96f20c40b04158d25b1dc1
parent2bf1c09f658f6078e305119713ff0f297d0082be
container: Propagate child properties if parent != container

This can happen when e.g. GtkNotebook adds the child page widgets not
directly inside the notebook, but inside the inner GtkStack.
gtk/gtkcontainer.c